home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00013.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  147 b   |  9 lines

  1. on exitFrame
  2.   if the lastClick > (10 * 60) then
  3.     go(#next)
  4.   else
  5.     set the movieRate of sprite 28 to 1
  6.     play frame "looper"
  7.   end if
  8. end
  9.